From 2014336b03b6a29bbf340989bc0fe67c6b76469d Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 31 Oct 2019 13:53:12 +0100 Subject: [PATCH] ci: install make --- rust-bindings/rust/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index ff535e25..00ffb39b 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: OSTREE_VERSION: v2019_3 before_script: -- dnf install -y cargo rust clippy rustfmt git ostree-devel +- dnf install -y cargo rust clippy rustfmt git make ostree-devel - curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache' cache: -- 2.30.2